reflect.rtype.nameOff (method)
8 uses
reflect (current package)
type.go#L368: return toRType(&t.Type).nameOff(off)
type.go#L372: return toRType(t).nameOff(off)
type.go#L557: func (t *rtype) nameOff(off aNameOff) abi.Name {
type.go#L574: s := t.nameOff(t.t.Str).Name()
type.go#L626: pname := t.nameOff(p.Name)
type.go#L668: if !(t.nameOff(methods[h].Name).Name() >= name) {
type.go#L675: if i < len(methods) && name == t.nameOff(methods[i].Name).Name() {
type.go#L690: return t.nameOff(ut.PkgPath).Name()
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |